home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / swiss / swiss1 / course.tcl next >
Encoding:
Text File  |  2001-09-09  |  501 b   |  17 lines

  1. objset :course -course_name "Swiss 1"
  2. objset :course:heightmap -width 180
  3. objset :course:heightmap -length 2000
  4. objset :course:heightmap -play_width 160
  5. objset :course:heightmap -play_length 1938
  6. objset :course:heightmap -angle 26
  7. objset :course:heightmap -elev_scale 28
  8. objcall :course:heightmap load_elevation elev.png
  9.  
  10. objset :course -start_pt {89 12}
  11.  
  12. tux_course_init
  13.  
  14. objcall :actions:course:truck1 start
  15. objcall :actions:course:truck2 start
  16. objcall :actions:course:trolley start
  17.